home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / rufus.swf / scripts / DefineButton2_1129 / BUTTONCONDACTION on(release).as
Text File  |  2008-08-08  |  310b  |  18 lines

  1. on(release){
  2.    stopAllSounds();
  3.    set("/Variables:Stoppe",true);
  4.    tellTarget("_root.Musique")
  5.    {
  6.       gotoAndStop("Arret");
  7.    }
  8.    tellTarget("_root.Game.StageName")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12.    tellTarget("_root.Game.Pause")
  13.    {
  14.       gotoAndStop(2);
  15.    }
  16.    gotoAndStop(2);
  17. }
  18.